home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
comm
/
term
/
term_source.lha
/
Extras
/
Source
/
term-source.lha
/
Glue
/
XEmulatorPreferences.asm
< prev
next >
Wrap
Assembly Source File
|
1996-10-20
|
307b
|
15 lines
*** DO NOT EDIT: FILE BUILT AUTOMATICALLY
*** XEmulatorPreferences ram interface
XREF _XEmulatorBase
SECTION xemulator,code
XDEF _XEmulatorPreferences
_XEmulatorPreferences:
move.l a6,-(sp)
move.l _XEmulatorBase,a6
movem.l 8(sp),a0/a1
move.l 16(sp),d0
jsr -126(a6)
move.l (sp)+,a6
rts
END